home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 546 < prev    next >
Text File  |  1996-08-06  |  767b  |  31 lines

  1. Path: news.iadfw.net!usenet
  2. From: fledda@airmail.net (Francesco Ledda)
  3. Newsgroups: comp.std.c,fledda@airmail.net
  4. Subject: Help with Borland C
  5. Date: Tue, 12 Mar 1996 03:22:03 GMT
  6. Organization: customer of Internet America
  7. Message-ID: <4i2jkg$dre@news-f.iadfw.net>
  8. NNTP-Posting-Host: dal13-04.ppp.iadfw.net
  9. X-Newsreader: Forte Free Agent v0.55
  10.  
  11. Hello,
  12.  
  13. I am seeking for some help solving a silly problem that I am having
  14. with a c program.
  15.  
  16. The problem has to do with printf and floating numbers.  When I try to
  17. write a floating number I get the following message: floating point
  18. formats not linked.
  19.  
  20. The following statements are included in the main.c file:
  21.  
  22. extern unsigned _floatconvert;
  23. #pragma exterf _floatcovert
  24.  
  25. I am just lost.
  26.  
  27. Thank for your help,
  28.  
  29. Francesco
  30.  
  31.